Add additional packages for modules
authorStuart Prescott <stuart@debian.org>
Sat, 15 Feb 2025 13:48:09 +0000 (00:48 +1100)
committerStuart Prescott <stuart@debian.org>
Tue, 18 Feb 2025 08:57:28 +0000 (19:57 +1100)
debian/control
debian/python3-pyside6.qtgraphs.install [new file with mode: 0644]
debian/python3-pyside6.qtgraphswidgets.install [new file with mode: 0644]
debian/python3-pyside6.qtwebview.install [new file with mode: 0644]

index 8484f9572d42efe15d3e07a2671ff7c9f5e0ce72..62c65b2d5d8a7e65d7c5615198383ffef2908bb7 100644 (file)
@@ -49,7 +49,7 @@ Build-Depends:
  qt6-datavis3d-dev (>= 6.8),
  qt6-declarative-dev (>= 6.8),
  qt6-declarative-private-dev (>= 6.8),
-# qt6-graphs-dev (>= 6.8),
+ qt6-graphs-dev (>= 6.8),
  qt6-httpserver-dev (>= 6.8),
  qt6-location-dev (>= 6.8),
  qt6-multimedia-dev (>= 6.8),
@@ -68,10 +68,12 @@ Build-Depends:
  qt6-speech-dev (>= 6.8),
  qt6-svg-dev (>= 6.8),
  qt6-tools-dev (>= 6.8),
+ qt6-virtualkeyboard-dev (>= 6.8),
  qt6-wayland-dev (>= 6.8) [linux-any],
  qt6-webchannel-dev (>= 6.8),
  qt6-webengine-dev (>= 6.8) [amd64 arm64 armhf i386],
  qt6-websockets-dev (>= 6.8),
+ qt6-webview-dev (>= 6.8) [amd64 arm64 armhf i386],
  qtchooser,
  sip-tools (>= 6.5),
  xauth <!nocheck>,
@@ -440,6 +442,37 @@ Description: Python bindings for Qt 6 Designer (Python 3)
  .
  This package contains Python 3 bindings for the QtDesigner module.
 
+Package: python3-pyside6.qtgraphs
+Architecture: any
+Depends:
+ python3-pyside6.qtcore,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Description: Python bindings for Qt 6 Graphs (Python 3)
+ pyside6 provides Python bindings for Qt 6.x framework.
+ .
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Python 3 bindings for the QtGraphs module.
+
+Package: python3-pyside6.qtgraphswidgets
+Architecture: any
+Depends:
+ python3-pyside6.qtcore,
+ python3-pyside6.qtgraphs,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Description: Python bindings for Qt 6 Graphs (Python 3)
+ pyside6 provides Python bindings for Qt 6.x framework.
+ .
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Python 3 bindings for the QtGraphsWidgets module.
+
 Package: python3-pyside6.qtgui
 Architecture: any
 Depends:
@@ -1092,6 +1125,22 @@ Description: Python bindings for Qt 6 WebSockets module (Python 3)
  .
  This package contains Python 3 bindings for the QtWebSockets module.
 
+Package: python3-pyside6.qtwebview
+Architecture: amd64 arm64 armhf i386
+Depends:
+ python3-pyside6.qtcore,
+ python3-pyside6.qtwebenginecore,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Description: Python bindings for Qt 6 WebView module (Python 3)
+ pyside6 provides Python bindings for Qt 6.x framework.
+ .
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Python 3 bindings for the QtWebView module.
+
 Package: python3-pyside6.qtwidgets
 Architecture: any
 Depends:
diff --git a/debian/python3-pyside6.qtgraphs.install b/debian/python3-pyside6.qtgraphs.install
new file mode 100644 (file)
index 0000000..cd491af
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/python3*/dist-packages/PySide6/QtGraphs.*.so usr/lib/python3/dist-packages/PySide6
+usr/lib/python3*/dist-packages/PySide6/QtGraphs.pyi usr/lib/python3/dist-packages/PySide6
diff --git a/debian/python3-pyside6.qtgraphswidgets.install b/debian/python3-pyside6.qtgraphswidgets.install
new file mode 100644 (file)
index 0000000..f3d2f28
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/python3*/dist-packages/PySide6/QtGraphsWidgets.*.so usr/lib/python3/dist-packages/PySide6
+usr/lib/python3*/dist-packages/PySide6/QtGraphsWidgets.pyi usr/lib/python3/dist-packages/PySide6
diff --git a/debian/python3-pyside6.qtwebview.install b/debian/python3-pyside6.qtwebview.install
new file mode 100644 (file)
index 0000000..ece8cd8
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/python3*/dist-packages/PySide6/QtWebView.*.so usr/lib/python3/dist-packages/PySide6
+usr/lib/python3*/dist-packages/PySide6/QtWebView.pyi usr/lib/python3/dist-packages/PySide6